From 859f597e6ebbfbe428570b1f424ada6add99fcab Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 10 Nov 2002 05:45:58 +0000 Subject: [PATCH] Updates from Nich Heaphy. --- gpsbabel/README | 3 ++- gpsbabel/reference/topomappro.txt | 18 +++++++++--------- gpsbabel/tmpro.c | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/gpsbabel/README b/gpsbabel/README index 3c148c9b0..d254cb58e 100644 --- a/gpsbabel/README +++ b/gpsbabel/README @@ -219,7 +219,8 @@ THE FORMATS in TopoMapPro (http://www.topomappro.com). As this file type can store links other than web links, anything that is not a http url will be discarded. Note that this does not do datum - conversions, so if your file does need WGS84/NZGD2000 data. + conversions, so if your input file does not have WGS84/NZGD2000 + data, your output file won't either. Colour of waypoint icons defaults to red. diff --git a/gpsbabel/reference/topomappro.txt b/gpsbabel/reference/topomappro.txt index 8318e5d0b..5837da3a5 100644 --- a/gpsbabel/reference/topomappro.txt +++ b/gpsbabel/reference/topomappro.txt @@ -1,10 +1,10 @@ Group sID sDescription fLat fLong fEasting fNorthing fAlt iColour iSymbol sHyperLink -new GCEBB Mountain Bike Heaven by susy1313 35.972033 -87.134700 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=3771 -new GC1A37 The Troll by a182pilot & Family 36.090683 -86.679550 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=6711 -new GC1C2B Dive Bomber by JoGPS & family 35.996267 -86.620117 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=7211 -new GC25A9 FOSTER by JoGPS & Family 36.038483 -86.648617 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=9641 -new GC2723 Logan Lighthouse by JoGps & Family 36.112183 -86.741767 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=10019 -new GC2B71 Ganier Cache by Susy1313 36.064083 -86.790517 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=11121 -new GC309F Shy's Hill by FireFighterEng33 36.087767 -86.809733 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=12447 -new GC317A GittyUp by JoGPS / Warner Parks 36.057500 -86.892000 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=12666 -new GC317D Inlighting by JoGPS / Warner Parks 36.082800 -86.867283 0 0 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=12669 +new GCEBB Mountain Bike Heaven by susy1313 35.972033 -87.134700 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=3771 +new GC1A37 The Troll by a182pilot & Family 36.090683 -86.679550 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=6711 +new GC1C2B Dive Bomber by JoGPS & family 35.996267 -86.620117 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=7211 +new GC25A9 FOSTER by JoGPS & Family 36.038483 -86.648617 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=9641 +new GC2723 Logan Lighthouse by JoGps & Family 36.112183 -86.741767 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=10019 +new GC2B71 Ganier Cache by Susy1313 36.064083 -86.790517 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=11121 +new GC309F Shy's Hill by FireFighterEng33 36.087767 -86.809733 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=12447 +new GC317A GittyUp by JoGPS / Warner Parks 36.057500 -86.892000 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=12666 +new GC317D Inlighting by JoGPS / Warner Parks 36.082800 -86.867283 0.00 255 1 http://www.geocaching.com/seek/cache_details.asp?ID=12669 diff --git a/gpsbabel/tmpro.c b/gpsbabel/tmpro.c index a25df6081..1f9dea675 100644 --- a/gpsbabel/tmpro.c +++ b/gpsbabel/tmpro.c @@ -211,7 +211,7 @@ tmpro_waypt_pr(const waypoint * wpt) /* Number of characters */ /* 25 6 80 8 8 8 8 8 4 4 128 */ - fprintf(file_out, "new\t%.6s\t%.80s\t%08.6f\t%08.6f\t0\t0\t%.2f\t%d\t%d\t%.128s\n", + fprintf(file_out, "new\t%.6s\t%.80s\t%08.6f\t%08.6f\t\t\t%.2f\t%d\t%d\t%.128s\n", shortname, description, wpt->position.latitude.degrees, -- 2.30.2